projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e22f333
)
* lisp/dom.el: Load subr-x when compiling, for when-let.
author
Glenn Morris
<rgm@gnu.org>
Fri, 1 May 2015 00:09:50 +0000
(20:09 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 1 May 2015 00:09:50 +0000
(20:09 -0400)
lisp/dom.el
patch
|
blob
|
history
diff --git
a/lisp/dom.el
b/lisp/dom.el
index 42131073a04e2a5e0591bf0fc2e48ec10c1f5886..091197a8f9d0b03d72da1b82a51933964f47943a 100644
(file)
--- a/
lisp/dom.el
+++ b/
lisp/dom.el
@@
-25,6
+25,7
@@
;;; Code:
(require 'cl-lib)
+(eval-when-compile (require 'subr-x))
(defsubst dom-tag (node)
"Return the NODE tag."